POST /MetricSet/AddAllElements/{id}/

Adds all the elements to the metric set with the specified placement position.
 

Request

Method Request URI
POST /API/MetricSet/AddAllElements/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the metric set to add the elements to.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: placement
Type: Dundas.BI.Entities.MetricSets.PlacementPosition

Response

Response Body

A Dundas.BI.WebApi.Models.MetricSetData object containing the updated metric set data, or a status code indicating the problem.